home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / Telephone Manager / Stiletto Sources / Headers / CallBackRoutines.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-05  |  1.4 KB  |  47 lines  |  [TEXT/MPS ]

  1. /************************************************************************************************/
  2. /*                                                                                                */
  3. /*    Program Name:    Stiletto                                                                    */
  4. /*                                                                                                */
  5. /*    File Name:        CallBackRoutines.h                                                            */
  6. /*                                                                                                */
  7. /*    © Apple Computer, Inc. 1991-1995                                                            */
  8. /*    All Rights Reserved                                                                            */
  9. /*                                                                                                */
  10. /*    Revision History:                                                                            */
  11. /*                                                                                                */
  12. /*        Date        Who                    Modification                                            */
  13. /*                                                                                                */
  14. /*        1991-10-01    Chris Halim            Original version                                        */
  15. /*        1995-06-26    Jaakko Railo        Version 2.0                                                */
  16. /*                                                                                                */
  17. /************************************************************************************************/
  18.  
  19. /****************************************** DESCRIPTION ******************************************
  20.  
  21. *************************************************************************************************/
  22.  
  23. /************************************************************************************************/
  24. /************************************************************************************************/
  25.  
  26.  
  27. #ifndef    __CALLBACKROUTINES__
  28. #define    __CALLBACKROUTINES__
  29.  
  30. #ifndef __CHRSMODULES__
  31. #include "CHRSModules.h"
  32. #endif
  33.  
  34.  
  35. #ifdef __cplusplus
  36. extern "C" {
  37. #endif    
  38.  
  39. void EntryPoint (CHRSPtr paramPtr);
  40.  
  41. #ifdef __cplusplus
  42. }
  43. #endif
  44.  
  45.  
  46. #endif
  47.